FreeForm

Here is your customized form!

It is important to understand that this is a template provided to you as a starting point. Feel free to add or subtract or change things to meet your needs. Very little of the form is mandatory. Typically, any field that you add will be emailed to you as you exactly as you expect; try it!

Where to learn more

If the idea of getting involved with HTML is a bit scary, you might want to review the NCSA HTML Primer. Once you generally understand HTML, and you want to learn more about fill-out forms, look at the NCSA Forms Tutorial. You can also look at the full syntax for the FreeForm Perl script, but the template below really will serve 98% of your needs.

Other Important Notes

1. If you are using a web page editor, it must allow you to enter "raw" HTML directly. There are many web page editors available; we don't necessarily know how to work each and every one, so consult your editor's documentation. (Personally, we use Microsoft Notepad v. 3.11. :-)

2. You are certainly free to look at the source of this web page if you desire, but the intent here is for you to copy-and-paste the code below directly out of your browser. The reason is because we use codes like &lt; to show you the character "<", and if you were to copy-and-paste the code from the source of this page, you'd get, well, this page (instead of the fill-out form that you wanted).

3. By "copy-and-paste", we intend for you to use your computer's automatic method, not for you to type everything in by hand! (e.g., Under Microsoft Windows, use your mouse to move your cursor to the beginning of the HTML, hold down the left mouse-button, move the cursor to the end of the HTML, release the button, and hit ALT-Edit, then Copy. Then go to your web page editor and position your cursor, then hit ALT-Edit, then Paste.)

[Some people have reported that newer Netscape products only allow you to copy text from the browser a single line at a time. If you know why this is the case, and how to get around the problem, we'd certainly appreciate hearing from you. Thanks!]
4. Please review the HTML after it has been pasted into your web page, and ensure that it matches what shows below. In particular, we have noticed a lot of problems reported recently where the method used to copy-and-paste introduced an extra "<BR>" sequence at the end of each line. You will notice that not every line below ends in this sequence; please make sure that you don't have them added, either.

Copy the HTML below and place it into your web page:


<!-- START SIMPLE FREEFORM CODE -->
<!-- Generated by FreeForm at ... -->
<!-- http://www.note.com/success/public/freeform/?comments/[email protected] -->
<form method=post action=http://www.note.com/success/public/freeform/mailto.cgi>
<!-- Submissions are emailed to: -->
<input type=hidden size=0 name=to
value="[email protected]">
<!-- Subject of emails: -->
<input type=hidden size=0 name=subject
value="New Alumni">
<!-- URL (web address) of form: -->
<input type=hidden size=0 name=form
value="http://members.xoom.com/santa_maria/">
<!-- Form administrator: -->
<input type=hidden size=0 name=admin
value="[email protected]">
<!-- Website intended audience (general, kids, adults): -->
<input type=hidden size=0 name=audience
value="general">

<!-- Visible elements: -->
<h2>Thank you for visiting ...</h2>
Your full name: <input name=name size=40><br>
<!-- Take email addresses with a grain of salt! -->
Your email address: (e.g.: <em>[email protected]</em>)
<input name=from size=30><p>

<!-- ALL ADDITIONAL FORM ELEMENTS MAY BE PLACED HERE: -->

Your company: <input name=company size=50><p>

Your phone number (with country, city, area codes):
<input name=phone size=15><p>

<table border=0>
<tr><td align=right valign=top>Address:</td>
<td align=left><input name=address1 size=50><br>
<input name=address2 size=50></td></tr>
<tr><td align=right>City/Town:</td>
<td align=left><input name=city size=20>
State/Prov.: <input name=state size=2>
Post./Zip Code: <input name=zip size=10></td></tr>
<tr><td align=right>Country:</td>
<td align=left><input name=country size=10></td></tr>
</table>
<p>

Your Homepage <input name="homepage"
value="http://"><br>

Please fill in the form <textarea name="Your Information" rows=12 cols=60>Class year: ICQ Num / UIN: IRC nick with Server's name: Your Hobbies: Last words"</textarea><br>

<!-- Open question (response will not be indented): -->
Your information<br>
<textarea name=body rows=10 cols=60></textarea><p>

<!-- Button(s): -->
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td align=left valign=bottom><img width=88 height=1 alt=.
src=http://www.note.com/success/public/freeform/cleardot.gif
border=0></td><td align=center valign=top><input type=submit
value="Send to ...">
&nbsp; &nbsp; <input type=reset>
<br><font size=1>
<a href=http://www.note.com/success/public/freeform/?tagline/[email protected]
target=_top>FREE feedback form powered by FreeForm</a></font><br>
&nbsp;</td><td align=right valign=bottom><a target=_top
href=http://www.note.com/success/public/freeform/?button/[email protected]><img
src=http://www.note.com/success/public/freeform/ff_micro.gif
alt=FreeForm border=0 width=88 height=31></a></td></tr></table>
</form>
<!-- END SIMPLE FREEFORM CODE -->


Learn How To Skyrocket Your Sales by 837%

Legalese

No implied warranties: If it works for you, great! If it doesn't, we aren't responsible for any losses. (Hey, it's free, ok?) We reserve the right to terminate the service at any time, or refuse access to individual abusers. Here's the formal legalese:

BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.


Internet Link Exchange
Member of the Internet Link Exchange


Copyright © 1997, SARNAT WEBSUCCESS, a division of Note Worthy Service, Inc. (The NoteBuyers) All Rights Reserved. Reproduction without permission is strictly prohibited. FreeForm, Sarnat Funding, Sarnat WebSuccess, Note Worthy Service, Inc., NoteBuyers and note.com are all servicemarks of Note Worthy Service, Inc. No affiliation with Jon Richards' Noteworthy Investments, Inc. FreeForm is based on mailto.cgi. The mailto script (a public service utility) and documentation were originally written by Meng Weng Wong.

Any support questions should be directed to [email protected].


PRODUCED AS OUR SHARE IN THE SARNAT WEBSUCCESS STORY.